Welcome![Sign In][Sign Up]
Location:
Search - gbk unicode

Search list

[MultiLanguagefontcurve

Description: 万能字库生成工具: 将UNICODE,GB2312/GBK/BIG5码转换成任意尺寸的点阵字库,支持WINDOWS下所有字体,为嵌入式开发人员不可多得的字库生成工具-Universal Font Generation Tool : UNICODE, GB2312/GBK/BIG5 arbitrary code into the lattice size font support under all Windows fonts for embedded developers rare Font Generation Tool
Platform: | Size: 419007 | Author: 黄书郎 | Hits:

[CSharpTextExchangeSrc12源代码

Description: 本软件用于将文本的字符串转换为 Text、ASCII、Default、Unicode、BigEndianUnicode、UTF-8、UTF-7、GBK、BIG5 之间的互相转换,用于文本查询。转换结果使用十六进制表示。   本软件是一个开放源代码软件,遵循 GPL 协议,版权属于所有开发者共同拥有,对于使用本软件源代码的任何软件,也必须使用 GPL 协议采用开放源代码的方式发布,具体细节请参见 license.txt 。-software for the text string to Text, ASCII, Default, Unicode, BigEndianUnicode, UTF-8, UTF-7, GBK, BIG5 among the conversion, the text for inquiries. Conversion results using hexadecimal representation. The software is an open source software, follow the GPL, the copyright belongs to all the developers in common ownership, for the use of the software source code of any software, we must also use the GPL open-source approach to the release, the specific details please see License.txt.
Platform: | Size: 34205 | Author: lee | Hits:

[Other resourceTest_Font

Description: 测试指定GBK码或者UNICODE码是否存在系统字库中,也可测试所有自造字EUDC.TTC-designated test code or whether there UNICODE code library system, can also test all self-defined EUDC.TTC
Platform: | Size: 49813 | Author: 欧文 | Hits:

[WinSock-NDISChangeCode_521

Description: 编码识别与转换工具,语种识别与big5转gb编码, 主函数名:identify_main(gb、big5、gbk、Unicode四种编码系统的语种识别)-coded identification and conversion tools, language identification and big5 gb transfer coding, the main function : identify_main (gb, big5, edit, Unicode four coding system to identify the languages)
Platform: | Size: 5063 | Author: 洋场河 | Hits:

[Otherconvertz802

Description: - Convert file (plain text) or clipboard content among the following encodings: big5, gbk, hz, shift-jis, jis, euc-jp, unicode big-endian, unicode little-endian, and utf-8. - Batch files conversion - Preview file content and converted result before actual conversion.-- Convert file (plain text) or co clipboard ntent among the following encodings : big5. gbk, hz, shift-jis, jis, euc - jp. unicode big-endian, unicode little-endian, and utf-8. - Batch files conversion-fi Preview le content and converted result before actual c onversion.
Platform: | Size: 791352 | Author: sbswcsrg | Hits:

[Windows DevelopConUnicodePro

Description: 汉字Unicode-GBK码互换程序。 从delphi盒子下载-Chinese Unicode-GBK code swap procedures. Delphi downloaded from the box
Platform: | Size: 187166 | Author: 梁超 | Hits:

[OS programUnicodeConvert

Description: Unicode GBK UTF8转换工具-Unicode GBK UTF8 conversion tools
Platform: | Size: 85564 | Author: 李忠安 | Hits:

[WEB CodeGBK2Unicode

Description: GBK转unicode代码-GBK code switch
Platform: | Size: 53384 | Author: 暗黑 | Hits:

[MultiLanguageChCodeSet

Description: 打印输出所有汉字编码的字符集,包括gbk, big5, utf, unicode等-Printout of all characters coded character set, including the gbk, big5, utf, unicode, etc.
Platform: | Size: 1212416 | Author: Luna Zhao | Hits:

[Otherutf8

Description: 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分配一定的缓存空间,如分配的空间不够大,会产生core down-Basic idea is simple, with two large arrays: UTF8-> GBK start with UTF8 in the Interpretation of the unicode value, and then read from the array GBK value. GBK-> UTF8 directly to the value of subscript GBK, UTF8 find the corresponding array value. Now solve the problem: 1. Can be converted to the GBK encoding from UTF8 2. UTF8 encoding format can make judgments, such as a UTF8 deficient or insufficient number of bytes will be automatically skipped. 3. Transcoding from GBK to UTF8 encoding outstanding issues: 1. Calculate the string length 2. In the calling function to allocate a certain cache to space, such as allocation of space is not big enough, will have core down
Platform: | Size: 183296 | Author: agan | Hits:

[OtherGB2312_GBK_Big5_Unicode

Description: GB2312,GBK,Big5,Unicode码表.TXT格式,查询方便.-GB2312, GBK, Big5, Unicode code table. TXT format, convenient query.
Platform: | Size: 174080 | Author: song | Hits:

[Windows Developunicode_utf8_gbk

Description: utf8与gbk互转的原理与示例,作项目留下的,搞手机等必不可少,中文显示-gbk Mutual Convert utf8 with the principles and samples for the project left, engaged in mobile phones is essential, Chinese display
Platform: | Size: 35840 | Author: 依然 | Hits:

[MultiLanguageGBK-chinese-Unicode

Description:
Platform: | Size: 1095680 | Author: 黄生 | Hits:

[MacOS developUnicode2GBK0802

Description: IOS平台上的编码换源代码,使用UITableView作为转结果显示,内置Unicode转码对应码表。-GBK 2 Unicode
Platform: | Size: 16384 | Author: hubo | Hits:

[Windows Developunicode_program

Description: 我做过GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... -gbk unicode program course u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>=0x40 && c2<=0xfe) ? *( mb_gb2uni_table+ (c1-0x81)*0xbf+ c2-0x40 ) : 0x1fff } ============================== //const u32 mb_gb2uni_size = 24066 u16* const mb_gb2uni_table = (u16*) "\x02\x4e\x04\x4e\x05\x4e\x06\x4e\x0f\x4e\x12\x4e\x17\x4e\x1f\x4e\x20\x4e\x21\x4e\x23\x4e\x26\x4e\x29\x4e\x2e\x4e\x2f\x4e\x31\x4e" "\x33\x4e\x35\x4e\x37\x4e\x3c\x4e\x40\x4e\x41\x4e\x42\x4e\x44\x4e\x46\x4e\x4a\x4e\x51\x4e\x55\x4e\x57\x4e\x5a\x4e\x5b\x4e\x62\x4e"
Platform: | Size: 37888 | Author: kaifa | Hits:

[source in ebookChinese-GBK-with-Unicode

Description: 中国GBK码与Unicode码及原字形对照表-Chinese GBK code with Unicode code and the original font table
Platform: | Size: 86016 | Author: 王俊柯 | Hits:

[JSP/Javaod-source-change-display-chinese

Description: mxd 把英文端支持中文显示 适合任何英文端-maplestory edit and show GBK, unicode
Platform: | Size: 1024 | Author: 王子 | Hits:

[SCMSYN6288_C51(GBKPUNICODE)

Description: SYN6288/SYN6658语音合成模块C51源码(支持GBK,UniCode)-SYN6288/SYN6658 Chinese TTS Chip C51 Code(GBK & UniCode Mode)
Platform: | Size: 19456 | Author: DreamonII | Hits:

[e-languagegbk

Description: 易语言unicode编码到GBK源码例程程序结合易语言编码转换支持库实现unicode编码转换到GBK编码。 -Easy language Unicode code to the GBK source routine procedures combined with easy language code conversion support library to achieve Unicode encoding to GBK coding.
Platform: | Size: 2048 | Author: zcwl | Hits:

[Otherlibiconv编译和测试代码by_vs2008

Description: 参考http://blog.csdn.net/bladeandmaster88/article/details/54808644使用使用VS2008编译libIconv库,参考http://blog.csdn.net/bladeandmaster88/article/details/54815820编写测试代码。实现utf-8、gbk、Unicode之间的转换(http://blog.csdn.net/bladeandmaster88/article/details/54808644&http://blog.csdn.net/bladeandmaster88/article/details/54815820)
Platform: | Size: 7409664 | Author: scipio | Hits:
« 1 2 34 5 6 »

CodeBus www.codebus.net